﻿CHARACTERS = {
	c:MOR ?= {
		create_character = {
			# Abd al-Rahman of Morocco
			first_name = "Abd_al-Rahman"
			last_name = "al-Alawi"
			historical = yes
			ruler = yes
			dna = dna_abd_al_rahmani
			birth_date = 1778.2.19
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				cautious
			}
		}	

		create_character = {
			# Muhammad IV
			first_name = "Muhammad"
			last_name = "al-Alawi"
			historical = yes
			heir = yes
			dna = dna_muhammad_iv
			age = 26 # born in either 1803 or 1810
			interest_group = ig_armed_forces
			ideology = ideology_moderate # "modernizer"?
			traits = {
				imperious
			}
		}
	}
}
